XML Einrichten Version 1.3
TypeOfTransportVelocity Simple Type
XML Einrichten Version 1.3 : TypeOfTransportVelocity Simple Type
Beschreibung
Transport Geschwindigkeit
Codeliste:
1 = Express
2 = High Speed
3 = Standard
4 = gem. Vertrag mit z.B. der Post
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
TypeOfTransportVelocity Simple Type
Overview
TypeOfTransportVelocity Restriction of xs:string
Transport Geschwindigkeit
Codeliste:
1 = Express
2 = High Speed
3 = Standard
4 = gem. Vertrag mit z.B. der Post
Facette (Aspekt)
MaxLength3
Quelle
<xs:simpleType name="TypeOfTransportVelocity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Transport Geschwindigkeit</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Express</dt>
        <dt>2 = High Speed</dt>
        <dt>3 = Standard</dt>
        <dt>4 = gem. Vertrag mit z.B. der Post</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Transport Geschwindigkeit</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Express</dt>
        <dt>2 = High Speed</dt>
        <dt>3 = Standard</dt>
        <dt>4 = according to contract with the carrier</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3